Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#187419110 setup test envirnoment with jest library for unit test and wrking with CI #1

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

niyobertin
Copy link
Collaborator

@niyobertin niyobertin commented Jun 7, 2024

What does this PR do?
setup testing environoment with jest library that will be used to write unit test for react compnents and integrations of various pages on our client. Working with CI tools.
Description of Task to be completed?
Have the following badges in readMe file:

  • CodeClimate bage
  • Cirle-Ci / Github acctions badge
  • Coverage badge

How should this be manually tested?
Clobne this repository, cd into it
Run the following comands:

  1. npm install
  2. npm run test: for unit testing
  3. npm run test:watch : for test in watch mode
  4. npm run test:coverage : for generating test coverage.

What are the relevant pivotal tracker stories?
187419110

Copy link

vercel bot commented Jun 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eagles-ec-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2024 0:32am

@niyobertin niyobertin requested review from soleil00 and teerenzo June 7, 2024 16:15
@niyobertin niyobertin force-pushed the 187419110-ch-setup-test-ci branch from cf9b1fc to a443a37 Compare June 7, 2024 17:55
@niyobertin niyobertin force-pushed the 187419110-ch-setup-test-ci branch from a443a37 to db9e7c7 Compare June 7, 2024 18:00
@niyobertin niyobertin force-pushed the 187419110-ch-setup-test-ci branch from db9e7c7 to 585978b Compare June 7, 2024 19:33
@niyobertin niyobertin changed the title chore(test setup):setup test with jest library #187419110 setup test envirnoment with jest library for unit test and wrking with CI Jun 8, 2024
@niyobertin niyobertin force-pushed the 187419110-ch-setup-test-ci branch from 585978b to b19c3af Compare June 8, 2024 10:44
@niyobertin niyobertin force-pushed the 187419110-ch-setup-test-ci branch from b19c3af to 22e9f5b Compare June 8, 2024 12:04
@niyobertin niyobertin force-pushed the 187419110-ch-setup-test-ci branch from 22e9f5b to 709c53a Compare June 8, 2024 12:14
@niyobertin niyobertin force-pushed the 187419110-ch-setup-test-ci branch from 709c53a to 2154956 Compare June 8, 2024 12:26
-ensure jest is configured to test components
-ensure all command needed to run test are provided in readMe file

[Delivers #187419110]
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@teerenzo teerenzo merged commit 3f8a19f into dev Jun 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants